home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / SCAN.DOX < prev    next >
Text File  |  1996-07-17  |  1KB  |  35 lines

  1.  
  2.   SCAN.AML
  3.   Scan Files 
  4.  
  5.   This macro searches multiple files on disk for a search string or
  6.   regular expression pattern. You will be prompted to enter the search
  7.   string and search options.
  8.  
  9.   The following search options can be specified:
  10.  
  11.     i - ignore case
  12.     u - search within subdirectories also
  13.     w - whole words only
  14.     x - regular expressions
  15.  
  16.   If this macro is run by selecting Scan Files from the file manager
  17.   Command menu, then only the files listed in the file manager are
  18.   searched, otherwise you will be prompted to enter a directory or file
  19.   specification where files will be searched.
  20.  
  21.   After the search has completed, a file manager window will be
  22.   displayed listing all the files where the search string was found.
  23.   The full range of file manager commands are available for use with
  24.   the scanned files.
  25.  
  26.   To find the first occurrence of the search string in a file listed in
  27.   the file manager, double click on the file, or move the cursor to the
  28.   file and press <enter>.
  29.  
  30.   The file will be displayed in an edit window and the cursor will be
  31.   positioned at the first occurrence of the search string. You can use
  32.   the Repeat Last Find command on the Search menu to find other
  33.   occurrences.
  34.  
  35.